﻿body {
    background-color:#d5d5d5;
    font-family:'Trebuchet MS',Arial,'Comic Sans MS';

}


* {
    margin:0;
    padding:0;
    border:0;
 }

a{
    text-decoration:none;
    color:#555;

}

a:hover {
   color: #999;
}

.wrapper {
    width:960px;
    height:auto;
    margin:0 auto;
 

}

header {
    float:left;
    width:100%;
    height:45px;
    background-color:#fff;


}
header .logo{
    float:left;
    width:89px;
    height:45px;
    border-right:1px solid #ff0000;
    text-align:center;
    line-height:45px;
    color:#990000;
         }
header nav{
    float:left;
    width: 609px;
    height: 45px;
    border-right: 1px solid #ff0000;
    line-height:45px;

}
header nav ul {
    list-style: none;
}
header nav ul li {
        float: left;
        margin: 0 10px;
        color: #555;
    }
header nav ul li.destek {
        position:relative;
    }
header nav ul li.destek .destek-alt {
            display: none;
            position: absolute;
            width: 180px;
            height: auto;
            background-color: #fff;
        }
header .arama{
        float:left;
        width:260px;
        height:45px;
       
    }
header .arama .txtarama{
        float:left;
        width:190px;
        height:25px;
        padding:10px;
    }
header .arama .btnarama {
            float: left;
            width: 49px;
            height: 45px;
            border-left: 1px solid #ff0000;
        }

.banner{
            float:left;
            margin-top:45px;
            width:960px;
            height:360px;
            background-color:white;
            line-height:360px;
            text-align:center;
            font-size:56px;
            background-image: url('./images/banner.jpg');
            background-size:cover;
        }

.sol-taraf {
    float: left;
    width: 285px;
    height: auto;
    margin-top: 45px;
}
.sol-taraf .uye-giris {
        float: left;
        width: 285px;
        height: auto;
        background-color: #fff;
    }
.sol-taraf .uye-giris .ust {
            float: left;
            width: 270px;
            height: 44px;
            line-height: 44px;
            padding-left: 15px;
            border-bottom: 1px solid #ccc;
            color: #555;
            background-color: #fff;
        }
.sol-taraf .uye-giris .alt {
            float: left;
            width: 250px;
            padding: 17.5px;
            height: 190px;
            border-bottom: 1px solid #ccc;
            color: #555;
            background-color: #fff;
        }
.sol-taraf .uye-giris .alt .sifre {
                margin-top: 15px;
            }
.sol-taraf .uye-giris .alt .textbox {
        width: 228px;
        height: 18px;
        border: 1px solid #ccc;
        padding: 10px;
    }
.sol-taraf .uye-giris .alt .btngiris {
                float: right;
                width: 100px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                color: #fff;
                background-color: #0099CC;
                margin-top: 10px;
            }
.sol-taraf .duyurular{
    float:left;
    width:285px;
    height:auto;
    margin-top:45px;
    background-color:#fff;

}
.sol-taraf .duyurular .ust {
        float: left;
        width: 270px;
        height: 44px;
        line-height: 44px;
        padding-left: 15px;
        border-bottom: 1px solid #ccc;
        color: #555;
        background-color: #fff;
    }
.sol-taraf .duyurular .alt {
        float: left;
        width: 250px;
        padding: 17.5px;
        height: auto;
        border-bottom: 1px solid #ccc;
        color: #555;
        background-color: #fff;
    }
.sol-taraf .duyurular .alt .duyuru-wrap {
    float:left;
    width:100%;
    height:auto;
    background-color:#d5d5d5;
}

.icerik {
    float: right;
    width: 605px;
    height: auto;
    background-color: #fff;
    margin-top: 45px;
    padding:10px;
   
}
    .icerik .btnindir {
        float: left;
        width: 100px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        background-color: #0099CC;
        margin-right:10px;
    }

footer {
    float: left;
    width: 100%;
    height: 25px;
    margin-top: 45px;
    background-color: #fff;
    text-align:center;
    font-size:10px;
    line-height:25px;
    color:#555;

}